1bashThis demonstrates converting text to uppercase using the tr command.echo "Welcome To Devhints" | tr '[:lower:]' '[:upper:]' #WELCOME TO DEVHINTSexternal toolstrcharacter translationcase conversion